Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Boxes


Q3Box_GetMajorAxis

You can use the Q3Box_GetMajorAxis function to get the major axis of a box.

TQ3Status Q3Box_GetMajorAxis (
TQ3GeometryObject box, 
TQ3Vector3D *majorAxis);
box
A box.
majorAxis
On exit, the major axis of the specified box.
DESCRIPTION
The Q3Box_GetMajorAxis function returns, in the majorAxis parameter, the major axis of the box specified by the box parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996